In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdViewer / ZoomArea Method

ZoomArea Method (IGdViewer)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(323)>

Function ZoomArea( _

   ByVal Left As Integer, _

   ByVal Top As Integer, _

   ByVal Width As Integer, _

   ByVal Height As Integer _

) As GdPictureStatus
[DispId(323)]

GdPictureStatus ZoomArea( 

   int Left,

   int Top,

   int Width,

   int Height

)
function ZoomArea( 

    Left: Integer;

    Top: Integer;

    Width: Integer;

    Height: Integer

): GdPictureStatus; 
DispIdAttribute(323)

function ZoomArea( 

   Left : int,

   Top : int,

   Width : int,

   Height : int

) : GdPictureStatus;
[DispId(323)]

GdPictureStatus ZoomArea( 

   int Left,

   int Top,

   int Width,

   int Height

) 
[DispId(323)]

GdPictureStatus ZoomArea( 

   int Left,

   int Top,

   int Width,

   int Height

) 

Parameters

Left
Top
Width
Height
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdViewer
IGdViewer Members